home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / cli.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.4 KB  |  74 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Command Language Interpreter (CLI)
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : WIS JPMO
  7. --                   : Washington, D.C.  20330
  8. --                   : Contact: Lt. Colonel Falgiano
  9. --                   : ESD/SCW
  10. --                   : Hanscom AFB, MA  01731
  11. -- COPYRIGHT         : (c) 1985
  12. -- DATE CREATED      : 1985
  13. -- DATE RELEASED     : 1985
  14. -- DATE LAST UPDATED : 1985
  15. -- LOCATION          : C2MUG
  16. -- LOCATION          : ASR
  17. -- ENVIRONMENT       : 
  18. --= CLASSIFICATION       ===============================================--
  19. -- CATEGORY LEVEL 1  : COMPONENTS
  20. -- CATEGORY LEVEL 2  : Command Language Interpreter
  21. -- CATEGORY LEVEL 3  : 
  22. -- CATEGORY LEVEL 4  : 
  23. -- KEYWORD           : 
  24. -- INDEX             : Command Language Interpreter
  25. -- INDEX             : Interpreter, Command Language
  26. -- INDEX             : CLI
  27. -- TAXONOMY          : 
  28. -- DEPENDENCIES      : 
  29. -- SEE ALSO          : WIS_TOOL_34
  30. --= FILE LISTING         ===============================================--
  31. -- FILE SPECS        : PD:<ADA.COMPONENTS>CLI.*
  32. -- DIRECTORY DISPLAY :
  33. -- Directory   PD:<ADA.COMPONENTS>
  34. --      File Name     Byte Count  Line Count
  35. --   ---------------  ----------  ----------
  36. --   CLI.CMM                2001          54
  37. --   CLI.DIS                  92           3
  38. --   CLI.PRO                3745          81
  39. --   CLI.SRC               30039        1055
  40. --   ===============  ==========  ==========
  41. --     4 Files             35877        1193
  42. --= ABSTRACT             ===============================================--
  43. --         The Command Language Interpreter (CLI)  implements  the  tools
  44. -- found  in  chapters one and two of "Software Tools in Pascal" by Brian
  45. -- W.  Kernighan and P.J.  Plauger.  The commands available for execution
  46. -- are:  copy, charcount, linecount, wordcount, detab, entab, overstrike,
  47. -- compress, expand, translit  and  quit.   Most  of  the  commands  read
  48. -- subsequent text from the terminal modifying it in one way or another.
  49. --= REVISION HISTORY     ===============================================--
  50. --
  51. -- DATE         VERSION AUTHOR                  HISTORY 
  52. -- 1985         1.0     WIS JPMO                Initial Release
  53. --= RELEASE NOTICE       ===============================================--
  54. -- This prologue must be included in all copies of this software.
  55. -- 
  56. -- This software is copyright by the author.
  57. -- 
  58. -- This software is released to the Ada community.
  59. -- This software is released to the Public Domain (note:
  60. --   software released to the Public Domain is not subject
  61. --   to copyright protection).
  62. -- Restrictions on use or distribution:  NONE
  63. --= DISCLAIMER           ===============================================--
  64. --     This software and its documentation are provided "AS IS" and
  65. -- without any expressed or implied warranties whatsoever.  No warranties
  66. -- as to performance, merchantability, or fitness for a particular
  67. -- purpose exist.
  68. --     The user is advised to test the software thoroughly before
  69. -- relying on it.  The user must assume the entire risk and liability of
  70. -- using this software.  In no event shall any person or organization of
  71. -- people be held responsible for any direct, indirect, consequential or
  72. -- inconsequential damages or lost profits.
  73. --======================================================================--
  74.